home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / windows5 / vbdb110.zip / VBDBDEMO.GBL < prev    next >
Text File  |  1991-08-07  |  195b  |  12 lines

  1. '
  2. 'Global file for VBDB demo program
  3. '
  4.  
  5. DefInt A-Z
  6.     
  7. '--- used in demo, not needed in all programs
  8. Global DBFName As String
  9. Global DBFHandle As Integer
  10. Global NDXHandle As Integer
  11.  
  12.